home *** CD-ROM | disk | FTP | other *** search
/ IRIX Installation Tools & Overlays 2002 November / SGI IRIX Installation Tools & Overlays 2002 November - Disc 4.iso / dist / motif21_dev.idb / usr / Motif-2.1 / include / Xm / MenuProcP.h.z / MenuProcP.h
C/C++ Source or Header  |  2002-10-15  |  654b  |  33 lines

  1. /* $XConsortium: MenuProcP.h /main/4 1995/07/15 20:52:51 drk $ */
  2. /*
  3.  * COPYRIGHT NOTICE
  4.  * Copyright (c) 1990, 1991, 1992, 1993 Open Software Foundation, Inc.
  5.  * ALL RIGHTS RESERVED (MOTIF).  See the file named COPYRIGHT.MOTIF
  6.  * for the full copyright text.
  7.  * 
  8.  */
  9. /*
  10.  * HISTORY
  11.  */
  12. #ifndef _XmMenuProcP_h
  13. #define _XmMenuProcP_h
  14.  
  15. #include <X11/Intrinsic.h>
  16.  
  17. #ifdef __cplusplus
  18. extern "C" {
  19. #endif
  20.  
  21. struct _XmTranslRec
  22. {
  23.   XtTranslations translations;
  24.   struct _XmTranslRec * next;
  25. };
  26.  
  27. #ifdef __cplusplus
  28. }  /* Close scope of 'extern "C"' declaration which encloses file. */
  29. #endif
  30.  
  31. #endif  /* _XmMenuProcP_h */
  32. /* DON'T ADD STUFF AFTER THIS #endif */
  33.